# gforth TAP generates a space after the plan. Should probably be allowed.
print "TAP version 13\n";
print "1..5 \n";
print "ok $_ \n" for 1..5;