define? Well we're defining something. Admittedly it could be better, it could be like the word function, but from what I've seen I guess maybe in Scheme and Lisp, function isn't really necessarily, or rather in Scheme and Guile maybe the word function isn't necessarily used all that much and it seems to be procedure. So I'm not exactly sure about the details there, but either way I like the word define, so we're doing parentheses define space parentheses roller num, close parentheses. So that's our opening statement. We're defining a thing called roller and as a, as an argument, the thing that, as an argument roller accepts a value that we're going to call num in U-M as a number. Okay, so next we're going to do parentheses display, you remember display, it's the, it's the pprint of, of Guile. So parentheses display space parentheses random num parentheses parentheses parentheses. So that's done. That's a whole function that we've defined. We've defined a thing called roller, which (34/55)
You are viewing a single comment's thread from: