computingFreedom |
Build |
Picolisp |
Picolisp Machine |
Pil sources |
Pil Tutorials |
Linux |
BASH |
C Programmming |
Operating Systems |
JavaScript |
Emacs |
vim |
Pharo Smalltalk |
Computer Security |
Penti
Input / Output IO
Comments can be embedded in the input stream with the hash # character.
Everything up to the end of that line will be ignored by the reader.
: (* 1 2 3) # This is a comment
-> 6
A comment spanning several lines (a block comment) may be enclosed between
#{ and }#
http:///wiki/?plio