Referenced from lesson Reviewing the Basics

Racket Code Pyret Code

1

(define AGE 14)

(define A-NUMBER 0.6)

(define SPEED -90)
AGE = 14

A-NUMBER = 0.6

SPEED = -90

Two of your own:

2

(define CLASS "Bootstrap")

(define PHRASE "Coding is fun!")

(define A-STRING "2500")
CLASS = "Bootstrap"

PHRASE = "Coding is fun!"

A-STRING = "2500"

Two of your own:

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). CCbadge Bootstrap:Reactive by Emma Youndtsmith, Emmanuel Schanzer, Kathi Fisler, Shriram Krishnamurthi, Joe Politz and Dorai Sitaram is licensed under a Creative Commons 4.0 Unported License. Based on a work at www.BootstrapWorld.org. Permissions beyond the scope of this license may be available by contacting schanzer@BootstrapWorld.org.