1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-26 11:12:14 -05:00
Simba/branches/script-component/Tests/PS/PathTest.mufa

6 lines
67 B
Plaintext

program new;
begin
Writeln(AppPath);
Writeln(ScriptPath);
end.