Attributes

Attributes serve as settings for the compiler and may be placed above any item.

@[platform "linux"]
fn platform_name = "linux"

@[platform "windows"]
fn platform_name = "windows"

@[precedence 2500]
fn & as int int -> int = ...