Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Here is a PDF version of the FUZE Help. Please download and let us know what you think!

    Announcements
    15
    28
    2804
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      konradk last edited by

      Wow, great news! Thank you!
      Did you consider publishing it on Github? It would be easier to track changes and suggest changes or report misstatement.

      M 1 Reply Last reply Reply Quote 0
      • M
        MikeDX @konradk last edited by

        @konradk said in Here is a PDF version of the FUZE Help. Please download and let us know what you think!:

        It would be easier to track changes and suggest changes or report misstatement.

        If you find any problems with the help or the program, please report any help issues to the bugs category :)

        1 Reply Last reply Reply Quote 0
        • mixaal
          mixaal F @MikeDX last edited by

          @MikeDX I just tried to type them into FUZE ;-) I think local can be used in bash? and const is quite common across various languages. The story behind trying out local was that I didn't expect a global variable modification from a function. I know it's possible to read globals but really got confused when a global variable got changed from within a function without any warning about that in the interpretation/compilation time.

          Unfortunately const does not work as declaring a constant, rewrites are possible in FUZE, but no syntax error is given on const (not a)keyword. The local just worked for me ;-) as described in the example above - wondering if it's just undocumented or some co-incidence and whether local really modifies the variable scope - hope it does - rewrote all my functions with locals yesterday.

          1 Reply Last reply Reply Quote 0
          • Martin
            Martin Fuze Team last edited by

            It's not a good idea to add keywords that are not known to be part of the language into your code.

            Have raised the fact that it does not throw an error as an issue. Hopefully will get some clarity either way.

            mixaal 1 Reply Last reply Reply Quote 1
            • mixaal
              mixaal F @Martin last edited by

              @Martin I see I just thought it's a matter of missing doc but it might no be so ...

              1 Reply Last reply Reply Quote 0
              • A
                Ancientspark F last edited by

                Oh thank heavens! Sooo happy to see this a reality now! Thank you thank you thank you!

                1 Reply Last reply Reply Quote 0
                • jlgreer1
                  jlgreer1 last edited by

                  Thank you for providing this pdf version of the documentation. I have installed it on my iPad for ready reference.

                  It was on my wish list.

                  Jeff

                  1 Reply Last reply Reply Quote 0
                  • digDug
                    digDug last edited by

                    Again thank you for doing this. So nice to have it handy off the side.

                    1 Reply Last reply Reply Quote 1
                    • First post
                      Last post