Initial commit
[ndeql_lang.git] / examples / truth2.ndq
blobf34d8e7f46afe9d5c78b0635a305888f82c054be
1 ????????? ; With the LESS_PROBLEMATIC version, this ensures BEGIN will
2 ????????_ ; never skip to beyond END
4 &         ; Since the queue is empty, this fills it with whatever the
5           ; user's input is.
7 \*/       ; Every iteration of this loop, there is about a 1|3 chance
8           ; the selected variable is the one which had the queue's byte
9           ; stored into it last loop. The remaining 2|3rds of the time,
10           ; a probably non-printable character is output instead