This website requires JavaScript.
Explore
Help
Sign In
andrew
/
basicinterpreter
Watch
1
Star
0
Fork
0
You've already forked basicinterpreter
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0a40b4aad474080c5cd829a5ce7dedc69ac2ed8e
basicinterpreter
/
tests
/
language
/
functions
/
sgn.bas
5 lines
60 B
QBasic
Raw
Normal View
History
Unescape
Escape
Added SPC(X#)
2025-06-27 18:54:53 -04:00
10
X#
=
-1
20
PRINT
SGN
(
X#
)
30
PRINT
SGN
(
0
)
40
PRINT
SGN
(
1
)
Reference in New Issue
Copy Permalink