1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-26 10:20:51 +00:00

Module templates

This commit is contained in:
Karol Stasiak
2020-06-03 23:13:17 +02:00
parent b5134dfbd1
commit 718245c56a
16 changed files with 279 additions and 26 deletions
+5
View File
@@ -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()
+3
View File
@@ -0,0 +1,3 @@
#template $NAME, $VALUE
const byte $NAME = $VALUE