diff --git a/README.md b/README.md index 92e6345..fb7f85c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ commit :: (m: *Memory, size: SizeU): Bool ## Features * Order independent declarations -* Module system, lazy loading(unused code is not compiled, big win) using #import, full loading using #load +* Module system + * #impoty for lazy loading(unused code is not compiled, big win) + * #load for normal loading * Types as first class values and runtime reflection, Any type * Slices * Whitespace significant syntax