Close

New datatypes

A project log for Terminal-BASIC

Language interpreter for uC-based systems

andrey-skvortsovAndrey Skvortsov 04/30/2019 at 20:570 Comments

Upcoming Terminal-BASIC 2.1 introduce double precision floating point datatype on 32+ -bit platforms (Arduino DUE and PC) and changes other datatype conventions for naming the variables and arrays.

Default type is single precision float, ! suffix - double precision float, % - 2-byte integer, %! - 4-byte integer, @ - logical, $ string:

Discussions