This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
Simba
Watch
1
Star
0
Fork
0
You've already forked Simba
mirror of
https://github.com/moparisthebest/Simba
synced
2024-11-11 20:05:03 -05:00
Code
Issues
Releases
Wiki
Activity
1865e848e2
Simba
/
trunk
/
Units
/
MMLAddon
/
PSInc
/
Wrappers
/
internets.inc
5 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Added more functions to make SRL compile.. git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@497 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-28 18:34:03 -05:00
function
ps_GetPage
(
S
:
String
)
:
String
;
extdecl
;
Branching into script-component to work on adding more script components (e.g. cpascal) git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@465 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-25 08:59:44 -05:00
begin
result
:=
GetPage
(
S
);
end
;
Reference in New Issue
Copy Permalink