1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-18 06:38:14 +01:00

remove comma

This commit is contained in:
Justin Lin 2020-04-15 12:59:32 +08:00
parent c9027dfa2f
commit 6a6ee7bd5d

View File

@ -7,7 +7,7 @@ rules = [
["A", "B-F+CFC+F-D&F∧D-F+&&CFC+F+B//"],
["B", "A&F∧CFB∧F∧D∧∧-F-D∧|F∧B|FC∧F∧A//"],
["C", "|D∧|F∧B-F+C∧F∧A&&FA&F∧C+F+B∧F∧D//"],
["D", "|CFB-F+B|FA&F∧A&&FB-F+B|FC//"],
["D", "|CFB-F+B|FA&F∧A&&FB-F+B|FC//"]
];
for(line = lsystem3(axiom, rules, 3, 90)) {