Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > Builtin Module @config

Builtin Module @config

Panther
Documentation


architecture

def architecture: @pthr.Architecture;

Get the current architecture the compiler is compiling for / on.

platform

def platform: @pthr.Platform;

Get the current platform the compiler is compiling for / on.

mode

def mode: @pthr.Mode;

Get the current mode the compiler is running in.