mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Introduce "private" keyword and private modules / private import.
This commit is contained in:
committed by
Christoffer Lerno
parent
84fa680568
commit
0605a8c500
@@ -1,4 +1,4 @@
|
||||
module foo ($foo, #bar, Integer);
|
||||
module foo <$foo, #bar, Integer>;
|
||||
import bar as eok local;
|
||||
import bar2 as eok2;
|
||||
import bar3 local;
|
||||
|
||||
Reference in New Issue
Block a user