Author Topic: How to redirect (mem) to variabile inside var_isList?  (Read 814 times)

0 Members and 1 Guest are viewing this topic.

d2010

  • Bull Frog
  • Posts: 323
How to redirect (mem) to variabile inside var_isList?
« on: May 06, 2021, 06:56:13 AM »
I need (getvar "memory-LispStacks"), for compare two solution/s on sameResult.
I have two defun/s with,both same result.
The features is how to compare these both defun/s,, who is better defun1 Vs defun2.
If I type (mem) then I got this (screen$isInsideTextScr  "PgSz  Used  Free  FMCL  Segs  Type")
Code: [Select]
*PgSz  Used  Free  FMCL  Segs  Type
 512    79    48    48     1  lisp stacks
 256  3706   423   142    16  bytecode area
4096   320    10    10    22  CONS memory
  32   769  1213  1089     1  ::new
4096   168    12    10    12  DM Str
4096   222     4     4    15  DMxx memory
 128     4   507   507     1  bstack body
/PgSz  Used  Free  FMCL  Segs  Type
Segment size: 65536, total used: 68, free: 0
:idea:
How to redirect this screen$isInsideTextScr. to var_isList?
(setq screen$List (list " 512    79    48    48     1  lisp stacks\n"  " 256  3706   423   142    16  bytecode area\n" "4096   320    10    10    22  CONS memory"))


« Last Edit: May 06, 2021, 07:11:36 AM by d2010 »