
;; let qux' be a variable with value (bar baz)(foo ~qux)
; equivalent to ‘(foo (bar baz))
`(foo [email protected])
; equivalent to ‘(foo bar baz)
| Hylang | Python |
|---|---|
*global-and-constant* |
GLOBAL_AND_CONSTANT |
this-is-a-func |
this_is_a_func |

;; let qux' be a variable with value (bar baz)(foo ~qux)
; equivalent to ‘(foo (bar baz))
`(foo [email protected])
; equivalent to ‘(foo bar baz)
| Hylang | Python |
|---|---|
*global-and-constant* |
GLOBAL_AND_CONSTANT |
this-is-a-func |
this_is_a_func |
近期评论