| MODEL MASTER | ||
| AN OBJECT-ORIENTED SPREADSHEET FRONT-END
Making spreadsheets safer |
|
|
|
|---|---|---|
| Contents | Previous | Next |
object amplifier
attributes
input : real
output: real
where
output[t] = 5*input[t].
object amplifier_with_feedback is_a amplifier
where
input[0] = 1 &
(t>0) input[t] = output[t-1].
|
|
|
|---|---|---|
| Contents | Previous | Next |