RosettaCodeData/Lang/Yabasic/00-LANG.txt
2023-07-01 13:44:08 -04:00

15 lines
No EOL
530 B
Text

{{language|Yabasic
|exec=interpreted
|site=http://yabasic.de/}}
{{implementation|BASIC}}'''Yabasic''' is the acronym of Yet another BASIC, implemented for Windows and Linux.
==Features==
* Language is interpreted.
* Line numbers are not required, but optional.
* Support for direct display graphics.
* Variables have not to be defined before use.
* Support old and modern (structured, modular, but not object oriented) programming style.
{{language programming paradigm|procedural}}
{{language programming paradigm|imperative}}