Ferreteria/v0.6/clade/Sys/Events/InputRq/Setting/@fx/Describe

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | Sys‎ | Events‎ | InputRq‎ | Setting
Revision as of 16:39, 16 November 2025 by Woozle (talk | contribs) (Created page with "{{fmt/title|<code>function Describe() : string</code>}} ==About== * '''General''': {{l/ver/fx|Describe}} * '''Note''': This could also be called "Simulate()", because it does any internal state-changes that are necessary in order to calculate what actions will be taken. It should parallel any internal stuff that <code>../Go/()</code> does.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
function Describe() : string

About

  • General: Describe
  • Note: This could also be called "Simulate()", because it does any internal state-changes that are necessary in order to calculate what actions will be taken. It should parallel any internal stuff that Go() does.