You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to Racket v8.11.1 [cs]. (object:image% ... ...)
Terminal Output:
#<image>
Additional context
Code of My RKT File:
;; The first three lines of this file were inserted by DrRacket. They record metadata ;; about the language level of this file in a form that our tools can easily process. #reader(lib "htdp-beginner-reader.ss" "lang")((modname |Jan 10|) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f () #f))) (require 2htdp/image) (circle 10 "solid" "red") Assume there is a line break starting (require 2htdp/image) and (circle 10 "solid" "red"). Could not figure out the formatting
The text was updated successfully, but these errors were encountered:
Environment
Error message
REPL Output:
Welcome to Racket v8.11.1 [cs]. (object:image% ... ...)
Terminal Output:
#<image>
Additional context
Code of My RKT File:
;; The first three lines of this file were inserted by DrRacket. They record metadata ;; about the language level of this file in a form that our tools can easily process. #reader(lib "htdp-beginner-reader.ss" "lang")((modname |Jan 10|) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f () #f))) (require 2htdp/image) (circle 10 "solid" "red")
Assume there is a line break starting (require 2htdp/image) and (circle 10 "solid" "red"). Could not figure out the formatting
The text was updated successfully, but these errors were encountered: