Skip to content

Commit

Permalink
Merge branch 'master' into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Sep 13, 2024
2 parents 3668ba3 + 24f329f commit 299f288
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test.pal
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

(define (func2 b)
c
b
)
(define (func1 a)
(func2 a)
)

(func1 "hot")

0 comments on commit 299f288

Please sign in to comment.