Code Golf: Code Golf: Difference between revisions

m
updated AWK comments
m (updated AWK comments)
Line 35:
# syntax: GAWK -f CODE_GOLF.AWK
#
# Under MS-Windows 10 using Thompson Automation's TAWK 5.0c AWKW the-xm compiled length of:
# the compiled length of each program is 34,936 bytes and all three is 35,140 bytes.
# Each requires the Awkr50w.EXE runtime of 231,936 bytes.
# all three programs is 35,140 bytes
#
# Under MS-Windows 10 using Thompson Automation's TAWK 5.0c AWKW -xe
# the compiled length of each program is 244,856 bytes and all three is 245,060 bytes.
# This is a completely stand-alone executable.
#
# 25 bytes
Line 51 ⟶ 55:
Code Golf
</pre>
 
=={{header|FreeBASIC}}==
With a quoted string, the following weighs in at 12 bytes.
477

edits