tasks a-s

This commit is contained in:
Ingy döt Net 2013-04-10 23:57:08 -07:00
parent 47bf37c096
commit b83f433714
12433 changed files with 156208 additions and 123 deletions

View file

@ -0,0 +1,11 @@
local_shop = 0
hidden_variable = 3
#library+
this_public_constant = local_shop
a_visible_function = +
#library-
for_local_people = 7

View file

@ -0,0 +1,10 @@
foo = 1
#hide+
foo = 2
bar = 3
#hide-
x = foo

View file

@ -0,0 +1,13 @@
foo = 1
#hide+
#export+
foo = 2
#export-
bar = 3
#hide-
x = foo

View file

@ -0,0 +1,4 @@
#import std
cat = 3
a_string = std-cat('foo','bar')