Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 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')