mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-10 19:35:10 -05:00
7 lines
137 B
Plaintext
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; |