5 lines
78 B
Text
5 lines
78 B
Text
|
|
: notEmpty? ( $-f ) getLength 0 > ;
|
||
|
|
|
||
|
|
"" notEmpty? putn
|
||
|
|
"hello" notEmpty? putn
|