diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-26 12:51:57 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-26 12:51:57 +0000 |
| commit | a1c3f47491b98cd9026f8e853cc9e72630805c12 (patch) | |
| tree | ec2ea29640b43f2c1f820fd3fee317beec27d130 /examples | |
| parent | 380eacd0f4037ec00f37ad5b5e4baa18301cf3dd (diff) | |
added the "scope" function
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/scopeing.fy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/scopeing.fy b/examples/scopeing.fy index 2e36c2c..434f38f 100644 --- a/examples/scopeing.fy +++ b/examples/scopeing.fy @@ -13,6 +13,10 @@ my foo = 1; # Prints out 1 assert 1 == (put defined bar); + + # Prints out all available symbols at + # the current program position. + scope; } # Prints out 0 |
