mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
delete_if, retain_if, rindex_of, compact, compact_count added to List.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module hello_world;
|
||||
import std;
|
||||
import bar;
|
||||
$if (env::OS_TYPE == OsType.WIN32)
|
||||
$if (env::os_is_win32())
|
||||
fn int test_doubler(int x)
|
||||
{
|
||||
return x * x;
|
||||
|
||||
Reference in New Issue
Block a user