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
Tags: cs2163, lab, racket, macros
In this lab I learned about macros
<!-- more -->
## Macros
Macros are a kind function that function a bit differently than regularly defined functions