Skip to content

Макушев Артемий - #6

Open
banancheg wants to merge 1 commit into
trpomoais2017:masterfrom
banancheg:master
Open

Макушев Артемий#6
banancheg wants to merge 1 commit into
trpomoais2017:masterfrom
banancheg:master

Conversation

@banancheg

Copy link
Copy Markdown

сделал L-системы

Comment thread script.js
point = { x: pointX, y: pointY, a: startAngle };
axiom = document.getElementById("axiom").value.split("");
newF = document.getElementById("newF").value.split("");
task = { q: parseInt(document.getElementById("q").value), n: parseInt(document.getElementById("n").value), s: parseInt(document.getElementById("s").value) }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

лучше оформляй так

task = {
    q: "",
    n: ""
};

Будет проще читать

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants