view test/bug-35448/fC.m @ 20589:421e3ebfca8d

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Thu, 23 Jul 2015 09:50:10 -0700
parents 8d1ae996c122
children
line wrap: on
line source

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