CS2613/journal/_src/posts/2022-09-28-lab-seven.md

10 lines
243 B
Markdown
Raw Normal View History

2022-10-04 15:47:13 -03:00
Title: Lab Seven
Date: 2022-10-03T08:30:00
2022-10-12 11:11:47 -03:00
Tags: cs2613, lab, racket, macros
2022-10-04 15:47:13 -03:00
In this lab I learned about macros
<!-- more -->
## Macros
Macros are a kind function that function a bit differently than regularly defined functions