mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-13 08:00:56 -08:00
3 lines
93 B
QBasic
3 lines
93 B
QBasic
10 A=1: B=-2: C=0.7: D=123456789: E=-0.0000000001
|
|
20 PRINT "|";A;"|";B;"|";C;"|";D;"|";E;"|"
|