SdlBasic
SdlBasic is a historical programming language created in 2002.
17Years Old | 1,020Users | 0Jobs |
- SdlBasic ranks in the top 50% of languages
- the SdlBasic wikipedia page
- SdlBasic first appeared in 2002
- See also: basic, wxbasic
- I have 21 facts about SdlBasic. just email me if you need more.
Example code from Wikipedia:
Function swap( a, b ) tmp = a a = b b = tmp End Function v1=10 v2=20 print v1, v2 swap( v1, v2 ) print v1, v2Edit
Last updated February 11th, 2019