Loop Forever?
|
08-20-2015, 03:17 PM
(This post was last modified: 08-20-2015 03:26 PM by toml_12953.)
Post: #1
|
|||
|
|||
Loop Forever?
In ISO BASIC, there's a way to loop forever (you can always EXIT a loop from within)
Code:
Is there a way to do that on Prime? Right now I have this which seems very clumsy: Code:
Tom L Tom L Cui bono? |
|||
08-20-2015, 04:03 PM
Post: #2
|
|||
|
|||
RE: Loop Forever?
You can do:
Code: REPEAT Code: WHILE 1 DO |
|||
08-20-2015, 05:28 PM
(This post was last modified: 08-20-2015 05:40 PM by smp.)
Post: #3
|
|||
|
|||
RE: Loop Forever?
For me,
Code: WHILE 1 DO smp |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)