Initial commit
[ndeql_lang.git] / examples / truth1.ndq
blob4132fb0b6f2b66eb2fb498007b7ca66ac39c3168
1 _________ ; This should set all three initial variables to nonzero, yet
2           ; to values such that the output is invisible when output
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