view test/bug-52722/include_globals.m @ 31170:06c76eca5f95 default tip @

maint: merge stable to default
author John W. Eaton <jwe@octave.org>
date Fri, 29 Jul 2022 12:02:42 -0400
parents b728b7ac1601
children
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