mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Change syntax of $if, $assert, $include, $echo. Introduces $error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module std::os::win32;
|
||||
|
||||
$if (env::os_is_win32())
|
||||
$if env::os_is_win32():
|
||||
|
||||
extern fn bool win32_CreateProcessW(
|
||||
Win32_LPCWSTR lpApplicationName,
|
||||
|
||||
Reference in New Issue
Block a user