bas-2.5-pw icon indicating copy to clipboard operation
bas-2.5-pw copied to clipboard

2018 extended version of BAS 2.4 ANSI BASIC interpreter by Michael Haardt - http://moira.de (cpmtools fame)

Results 1 bas-2.5-pw issues
Sort by recently updated
recently updated
newest added

Well, one of these three should work, surely? ``` > shell("pp=test") > print environ$("pp") > shell("export pp=test") > print environ$("pp") > environ("pp=test") > print environ$("pp") > ``` This is on...