This website requires JavaScript.
Explore
Help
Sign in
external
/
ton
Watch
1
Star
0
Fork
You've already forked ton
0
mirror of
https://github.com/ton-blockchain/ton
synced
2025-02-13 03:32:22 +00:00
Code
Issues
Releases
Wiki
Activity
c2c9a93916
ton
/
crypto
/
func
/
test
/
i1sub1.fc
9 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
Implement `#include` keyword with advanced checks and backtrace
2022-05-12 09:54:34 +00:00
;; DO NOT COMPILE DIRECTLY!
;; Compile i1.fc
Use `td::realpath` and add re-inclusion tests
2022-05-12 15:57:03 +00:00
#include "i1sub1.fc";
Implement `#include` keyword with advanced checks and backtrace
2022-05-12 09:54:34 +00:00
() sub1() impure {
i = 1;
}
Reference in a new issue
Copy permalink