mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 11:19:38 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
13
legacy/Data/ingsw/0621_19/quest.txt
Normal file
13
legacy/Data/ingsw/0621_19/quest.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
Si consideri il seguente modello Modelica.
|
||||
<html>
|
||||
class System
|
||||
Boolean x;
|
||||
initial equation
|
||||
x = false;
|
||||
equation
|
||||
when sample(0, 2) then
|
||||
x = not (pre(x));
|
||||
end when;
|
||||
end System;
|
||||
</html>
|
||||
Quale delle seguenti affermazioni vale per la variabile booleana x ?
|
Loading…
Add table
Add a link
Reference in a new issue