(ns z.core (:require [z.draw :as d] [clojure.string :as str])) (defrecord Rectangle [width height] d/Drawable (draw [t] (str "I'm a " width ...
確定! 回上一頁