Program name: Difference between revisions

Content added Content deleted
No edit summary
(Added uBasic/4tH version)
Line 318: Line 318:
To get the full path:
To get the full path:
<lang bacon>PRINT ME$</lang>
<lang bacon>PRINT ME$</lang>
==={{header|uBasic/4tH}}===
'''CMD(1)''' returns a string with the filename - '''SHOW()''' prints this string.
<lang>Print Show(Cmd(1))</lang>


=={{header|Blue}}==
=={{header|Blue}}==