Jump to content

Loops/Foreach: Difference between revisions

m
No edit summary
Line 1,339:
=={{header|FutureBasic}}==
<syntaxhighlight lang="futurebasic">
 
window 1
 
void local fn DoIt
CFArrayRef array = @[@"Alpha",@"Bravo",@"Charlie",@"Delta",@"Echo",@"FutureBasic"]
'~'1
CFStringRef string
CFArrayRef array = @[@"Alpha",@"Bravo",@"Charlie",@"Delta",@"Echo",@"FutureBasic"]
CFStringRef string
for string in array
 
print string
for string in array
next
print string
next
end fn
 
416

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.