From a1c3f47491b98cd9026f8e853cc9e72630805c12 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 26 Oct 2008 12:51:57 +0000 Subject: added the "scope" function --- examples/scopeing.fy | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/scopeing.fy') 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 -- cgit v1.2.3