This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
sapphire
Watch
1
Star
0
Fork
0
You've already forked sapphire
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
179294a91a
sapphire
/
examples
/
error.sp
5 lines
68 B
SourcePawn
Raw
Normal View
History
Unescape
Escape
Update examples
2022-08-25 08:01:14 +00:00
const
{
exit
}
from
@
'
core
/
os
'
;
Lots of rewrites. Planning to use LLVM to make stuff easier. Also, moved the random sapphire stuff to actual examples in an actual examples/ folder. Also started a standard library even if the compiler is not ready, because why not?? Also, it helps the examples.
2022-05-28 18:44:26 +00:00
Update examples
2022-08-26 16:19:45 +00:00
let
@
main
:
i32
in
{
Update examples
2022-08-25 08:01:14 +00:00
exit
(
1
)
;
Lots of rewrites. Planning to use LLVM to make stuff easier. Also, moved the random sapphire stuff to actual examples in an actual examples/ folder. Also started a standard library even if the compiler is not ready, because why not?? Also, it helps the examples.
2022-05-28 18:44:26 +00:00
}
Reference in New Issue
Copy Permalink