Let me *provide* the info :)

The following article documents struct classes :
http://docs.factorcode.org/content/article-classes.struct.html

You can use mostly the same syntax as TUPLEs :

STRUCT: test-struct
  { i int initial: 42 } ;
test-struct new dup . ! S{ test-struct { i 42 } }
17 >>i
i>> . ! 17

Cheers,
Jon



Jon

On Tue, Dec 6, 2016 at 5:55 AM, Alexander Ilin <ajs...@yandex.ru> wrote:

>
> 06.12.2016, 07:40, "Mike Maul" <mike.m...@gmail.com>:
>
> Can anyone prove info about these actions?
>
>
> Did you have a mathematical proof in mind, or something else?
>
> ---=====---
> Александр
>
>
> ------------------------------------------------------------
> ------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to