mirror of
https://github.com/louisrubet/rpn
synced 2025-02-11 20:48:30 +01:00
25 lines
305 B
Text
25 lines
305 B
Text
## date and time
|
|
default del
|
|
|
|
# date
|
|
date type
|
|
-> error should be 0
|
|
-> stack should be "number"
|
|
del
|
|
|
|
# time
|
|
time type
|
|
-> error should be 0
|
|
-> stack should be "number"
|
|
del
|
|
|
|
# ticks (1)
|
|
ticks type
|
|
-> error should be 0
|
|
-> stack should be "number"
|
|
del
|
|
|
|
# ticks (2)
|
|
ticks ticks - 0 <=
|
|
-> stack should be 1
|
|
del
|