Concurrent computing: Difference between revisions

m
BaCon and BBC BASIC moved to the BASIC section.
m (BaCon and BBC BASIC moved to the BASIC section.)
Line 60:
print(w)</syntaxhighlight>
 
=={{header|BaConBASIC}}==
==={{header|BaCon}}===
{{libheader|gomp}}
{{works with|OpenMP}}
Line 96 ⟶ 97:
Rosetta</pre>
 
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
The BBC BASIC interpreter is single-threaded so the only way of achieving 'concurrency' (short of using assembler code) is to use timer events:
511

edits