view test/bug-52722/include_globals.m @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents b728b7ac1601
children 8e4f14837db2
line wrap: on
line source

## Include script globals.m which defines global variables
define_globals

## Test for presence of a global variable defined above
if (! isglobal ("c"))
  error ("global variable 'c' not defined");
endif