7 lines
108 B
Forth
7 lines
108 B
Forth
?? if (.false.) then
|
|
do while (oh_no)
|
|
a = bad_news()
|
|
b = big_mistake()
|
|
c = gigo()
|
|
end do
|
|
?? end if
|