perm filename TEST.SAI[CMU,AIL] blob sn#362223 filedate 1978-06-22 generic text, type T, neo UTF8
begin "test"

require "cursor.req" source!file;

integer HowMany;

print("How far should I go?");
HowMany←cvd(inchwl);
MoveCursor(MoveRight,HowMany);
print("####")

end "test"