ModularM
Modular2y ago
Aziz

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]()
Was this page helpful?