mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
5 lines
95 B
QBasic
5 lines
95 B
QBasic
10 A=1: B=-2: C=0.7: D=123456789: E=-0.0000000001
|
|
20 PRINT "|";A;"|";B;"|";C;"|";D;"|";E;"|"
|
|
|
|
|