Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Source

test

sketch F() {} F();

test

mod m {}

test

fn f() {} f();

test

init() {} // error

test

use std;

test

pub use std;

test

return 1;  // error

test

if std::math::PI == 3 { __builtin::geo2d::Circle(radius=1mm); }

test

const B = 1;

test

a = 1;

test

prop a = 1;  // error

test

1 + 2;

test

__builtin::geo2d::Circle(radius=1mm);