Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Aziz
Posts
Comments
M
Modular
•
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
M
Modular
•
Created by Aziz on 9/16/2023 in
#questions
Check types
10 replies