root/trunk/orca/tests/working/loop.r

Revision 1, 239 bytes (checked in by krobillard, 3 years ago)

Import orca & thune.

Line 
1REBOL[]
2
3loop 3 [print "hello"]
4
5a: 5
6print any [4 a > 2]
7print any [false a > 2 4]
8print all [a > 2 false 4]
9print all [true "hi" a > 2]
10
11
12repeat a 4 [print a]
13repeat a next [1 #"a" 6 4.4] [print a]
14repeat a tail [1 #"a" 6 4.4] [print a]
Note: See TracBrowser for help on using the browser.