Aziz
Aziz
MModular
Created by Aziz on 5/11/2024 in #questions
Printing at compile time
How to print at compile time? Something that looks like the following code, which currently does not compile:
fn main():
alias n = 99
print["Compiling with n = ", n]()
fn main():
alias n = 99
print["Compiling with n = ", n]()
1 replies
MModular
Created by Aziz on 9/16/2023 in #questions
Check types
No description
10 replies