Skip to content

Commit

Permalink
feat: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed Dec 4, 2022
1 parent 05442d7 commit 560400b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/syntax/comment.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package syntax

func Comment(_ any) {

}

func If(b bool, f func()) {
if b {
f()
}
}

0 comments on commit 560400b

Please sign in to comment.