Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Fexl - a Function Expression Language

Name: Anonymous 2012-09-22 0:48

I came buckets.

http://fexl.com/

Name: Anonymous 2012-09-22 3:36

Fexl is verbosier than Python.

Symta:

= say "Hello, world!\n" = dup 2 beep = say "You typed: $(getline)"


Fexl:

print "Hello, world"; nl;
beep; beep;    # beep the speaker twice
getline \line
print "You typed: "; print line;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List