Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
notes:start [2025/07/31 12:26] xin [Todo] |
notes:start [2025/12/16 11:21] (aktuell) xin [Links zu möglichen Features] |
||
|---|---|---|---|
| Zeile 174: | Zeile 174: | ||
| | <html><font color=darkred>✗</font></html> | [[notes:type:type templates]]| <nowiki>Vector( v1 is id = "x", v2 is id = "y" ); | | <html><font color=darkred>✗</font></html> | [[notes:type:type templates]]| <nowiki>Vector( v1 is id = "x", v2 is id = "y" ); | ||
| Offsets is Vector( offset1, offset2 ); </nowiki> | | Offsets is Vector( offset1, offset2 ); </nowiki> | | ||
| + | | <html><font color=darkred>✗</font></html> | [[notes:type:stringchecker]]| <nowiki>stringchecker</nowiki> | | ||
| Zeile 243: | Zeile 244: | ||
| * [[idea:GenesysFS]] | * [[idea:GenesysFS]] | ||
| * [[http://msdn.microsoft.com/de-de/library/ms173224(v=vs.80).aspx]] | * [[http://msdn.microsoft.com/de-de/library/ms173224(v=vs.80).aspx]] | ||
| + | |||
| + | <code> | ||
| + | for y in 20{23..26} | ||
| + | do | ||
| + | echo “$y - AI will change everything” | ||
| + | done | ||
| + | |||
| + | => | ||
| + | |||
| + | 2000+{23..26} do // hier ist eine Range in einer Expression drin | ||
| + | puts "$value$ - AI will change everything"; | ||
| + | </code> | ||
| + | |||