millfork/include/default_readword.mfk

6 lines
75 B
Plaintext

import string
inline word readword() {
return strz2word(readline())
}