mirror of
https://github.com/louisrubet/rpn
synced 2025-02-14 20:48:13 +01:00
26 lines
305 B
Text
26 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
|