mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:30:55 +11:00
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
( send-and-crc7 )
|
||
|
( n c -- c )
|
||
|
: _s+crc SWAP DUP _sdcSR DROP _crc7 ;
|
||
|
|