mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-26 10:20:51 +00:00
Module templates
This commit is contained in:
@@ -2,6 +2,11 @@ import test_fibonacci
|
||||
import test_pstring
|
||||
import test_string
|
||||
import test_encconv
|
||||
#if MILLFORK_VERSION >= 000317
|
||||
import test_template<ignored1, 1>
|
||||
import test_template<ignored1, 1>
|
||||
import test_template<ignored2, 2>
|
||||
#endif
|
||||
|
||||
void main() {
|
||||
ensure_mixedcase()
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#template $NAME, $VALUE
|
||||
|
||||
const byte $NAME = $VALUE
|
||||
Reference in New Issue
Block a user