Simba/Includes/test.mufa

7 lines
137 B
Plaintext

const
TestStr = 'Hai, seems like you got includes working!';
function Multiply(a,b : integer) : integer;
begin;
result := a*b;
end;