CyBasic

From Wikipedia, the free encyclopedia

CyBasic is an interpreted version of BASIC for the Cybiko handheld computer for teens. CyBasic is a fairly limited language. It has the ability to get input from the user, process that input, and print the processed results to the screen. The If command allows CyBasic to handle conditionals and the For command allows it to handle looping. There are only a handful of graphics functions including Point (for setting a pixel) and Line (for drawing a line). DevCybiko.us is home to the Basic-to-C compiler Cybiko B2C that includes extensions for Sprites, Music, Wireless communication, pixel-based and 3D-based Graphics.