lauchpioos/examples/test.gs

9 lines
126 B
Plaintext
Raw Normal View History

2021-11-28 01:20:12 +00:00
point(0.2378, -34.389) -> A
point(2.5, 0) -> B
[point(-1, 3) -> C]
line(A, B) -> AB
line(B, C)
line(C, A)
circle(A, len(AB))