digital literacy for everyone
[lit][generate-title]
[lit]
[fig]
#### license: creative commons cc0 1.0 (public domain)
#### http://creativecommons.org/publicdomain/zero/1.0/
#basic style
for x = 1, 5, 1
z = "hello" : left(2) : plus "y" : ucase : print
next
#python style
for x (1, 5, 1)
z = "hello" ; left(2).plus("y").ucase().print()
next
#bash style
for x (1 5 1)
z="hello"; left 2 | plus "y" | ucase | print
next
home: [lit]https://freesoftwareresistance.neocities.org[lit]