view test/bug-35448/fC.m @ 33596:96a203bc7e17 bytecode-interpreter tip

maint: Merge default to bytecode-interpreter
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Fri, 17 May 2024 22:49:58 -0400
parents fc4bb4bd1d5e
children
line wrap: on
line source

## fC.m
function y = fC (x)
  y = x;
endfunction