Skip to content

Rewrite while into for, take opportunities to save semi-colons#213

Merged
eldritchconundrum merged 3 commits intomasterfrom
while-to-for-semi-colons
Jan 14, 2023
Merged

Rewrite while into for, take opportunities to save semi-colons#213
eldritchconundrum merged 3 commits intomasterfrom
while-to-for-semi-colons

Conversation

@eldritchconundrum
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread Checker/compression_test.fs Outdated
w.w=R();
if(w.w<.5)
;
w.w<.5;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This is something we could simplify later

Comment thread tests/commands.txt Outdated
@laurentlb
Copy link
Copy Markdown
Owner

This could be added to the README

@eldritchconundrum eldritchconundrum merged commit 25de42a into master Jan 14, 2023
@eldritchconundrum eldritchconundrum deleted the while-to-for-semi-colons branch January 14, 2023 22:43
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