Skip to content

random.fs not compiling as expected.  #39

@jemo07

Description

@jemo07
Gforth 0.7.3, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
  ok
  ok
  ok
    Variable seed  ok
      ok
    $10450405 Constant generator  ok
      ok
    : rnd  ( -- x )  seed @ generator um* drop 1+ dup seed ! ;  ok
    : seed-init ( -- )  ntime drop seed +!  rnd drop ; 
:9: Undefined word
    : seed-init ( -- )  >>>ntime<<< drop seed +!  rnd drop ;
Backtrace:

Looks like there is a dependency to ntime word.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions