1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 00:14:21 +00:00
triennale-appunti-steffo/docs/route-NetLogo.chunk.cf93b.js

2 lines
5.6 KiB
JavaScript
Raw Normal View History

2020-07-14 14:04:51 +00:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"2w3n":function(n){n.exports={red:"red__2y1B_",orange:"orange__dD2kx",yellow:"yellow__OEpwl",lime:"lime__CVe41",cyan:"cyan__26ZAg",blue:"blue__LO7Xm",magenta:"magenta__1Akee",example:"example__2PzAa"}},hkqw:function(n,e,t){"use strict";t.r(e),function(n){function l(){var n=h(["\n left 10\n right 10\n "]);return l=function(){return n},n}function i(){var n=h(["\n forward 10\n back 10\n "]);return i=function(){return n},n}function r(){var n=h(["\n to-report <nome> [var1 var2 var3]\n <blocco di codice>\n report <restituito>\n end\n "]);return r=function(){return n},n}function o(){var n=h(["\n to <nome> [var1 var2 var3]\n <blocco di codice>\n end\n "]);return o=function(){return n},n}function a(){var n=h(["\n to <nome>\n <blocco di codice>\n end\n "]);return a=function(){return n},n}function u(){var n=h(["\n ask <bersaglio> [\n <blocco di codice>\n ]\n "]);return u=function(){return n},n}function c(){var n=h(["set <nome> <valore>"]);return c=function(){return n},n}function s(){var n=h(["let <nome> <valore>"]);return s=function(){return n},n}function p(){var n=h(["links-own [var1 var2 var3]"]);return p=function(){return n},n}function g(){var n=h(["patches-own [var1 var2 var3]"]);return g=function(){return n},n}function d(){var n=h(["sprout"]);return d=function(){return n},n}function v(){var n=h(["hatch"]);return v=function(){return n},n}function f(){var n=h(["create"]);return f=function(){return n},n}function b(){var n=h(["<prefisso>-<breed> <quantità>"]);return b=function(){return n},n}function m(){var n=h(["breed [<plurale> <singolare>]"]);return m=function(){return n},n}function h(n,e){return e||(e=n.slice(0)),n.raw=e,n}var w=t("mbOI"),_=t("ke5e"),k=String.raw;e.default=function(){return n("div",null,n("h1",null,n("a",{href:"/apprendimento"},"Apprendimento"),": NetLogo"),n(w.p,{title:"Agenti di NetLogo"},n(w.o,{title:"Observer"},n("p",null,"L'",n("b",null,"utente")," di NetLogo, che vive nel contesto globale e dà ordini agli altri agenti.")),n(w.o,{title:"Turtle"},n("p",null,"Entità che possono ",n("b",null,"muoversi")," per il mondo."),n(_.a,null,"Sono più o meno come le ",n("a",{href:"https://www.computercraft.info/wiki/Turtle"},"Turtle di Computercraft"),"!"),n("p",null,"Possono essere di una ",n("i",null,"breed")," (razza) specifica, definite con:"),n(w.e,{language:"lisp"},k(m())),n(_.a,null,"Le breed sono praticamente sottoclassi di turtle.")),n(w.o,{title:"Patch"},n("p",null,"I ",n("b",null,"quadratini")," del mondo. Possono essere di vari colori e avere varie proprietà."),n(_.a,null,"...possiamo dire che questi siano i blocchi di Minecraft?")),n(w.o,{title:"Link"},n("p",null,n("b",null,"Collegamenti")," tra due turtle."))),n(w.p,{title:"Creazione di agenti"},n(w.o,{title:"Observer"},n("p",null,"L'observer viene creato automaticamente all'apertura della simulazione.")),n(w.o,{title:"Turtle"},n("p",null,"Nuove turtle possono essere create con il comando:"),n(w.e,{language:"lisp"},k(b())),n("p",null,"Dove prefisso varia in base al contesto attuale:"),n("table",null,n("thead",null,n("tr",null,n("th",null,"Contesto"),n("th",null,"Prefisso"))),n("tbody",null,n("tr",null,n("td",null,"Observer"),n("td",null,n(w.e,{language:"lisp"},k(f())))),n("tr",null,n("td",null,"Turtle"),n("td",null,n(w.e,{language:"lisp"},k(v())))),n("tr",null,n("td",null,"Patch"),n("td",null,n(w.e,{language:"lisp"},k(d())))))))),n(w.p,{title:"Variabili"},n(w.o,{title:"Observer"},n("p",null,"All'inizio del codice:"),n(w.e,{language:"lisp"},"globals [var1 var2 var3]"),n(_.a,null
//# sourceMappingURL=route-NetLogo.chunk.cf93b.js.map