Mercurial > hg > jgplsrc
view xi.c @ 0:e0bbaa717f41 draft default tip
lol J
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 25 Nov 2013 11:56:30 -0500 |
parents | |
children |
line wrap: on
line source
/* Copyright 1990-2011, Jsoftware Inc. All rights reserved. */ /* License in license.txt. */ /* */ /* Xenos: Implementation Internals */ #include "j.h" #include "x.h" F1(jtaflag1){RZ(w); R sc(AFLAG(w));} F2(jtaflag2){I k; RZ(a&&w); RE(k=i0(a)); AFLAG(w)=k; R w;} F1(jthash){RZ(w=vs(w)); R sc(hic(AN(w),UAV(w)));}