Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
14
Task/Loops-Foreach/FutureBasic/loops-foreach.basic
Normal file
14
Task/Loops-Foreach/FutureBasic/loops-foreach.basic
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
window 1
|
||||
|
||||
void local fn DoIt
|
||||
CFArrayRef array = @[@"Alpha",@"Bravo",@"Charlie",@"Delta",@"Echo",@"FutureBasic"]
|
||||
CFStringRef string
|
||||
|
||||
for string in array
|
||||
print string
|
||||
next
|
||||
end fn
|
||||
|
||||
fn DoIt
|
||||
|
||||
HandleEvents
|
||||
Loading…
Add table
Add a link
Reference in a new issue