From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- help/en_US/sym_isAbandoned.xml | 58 ------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 help/en_US/sym_isAbandoned.xml (limited to 'help/en_US/sym_isAbandoned.xml') diff --git a/help/en_US/sym_isAbandoned.xml b/help/en_US/sym_isAbandoned.xml deleted file mode 100644 index 1009201..0000000 --- a/help/en_US/sym_isAbandoned.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_isAbandoned - To check whether the problem was abandoned for some reason. - - - - Calling Sequence - sym_isAbandoned() - - - - Description - - This post-solution query routine is used to learn whether the problem was abandoned for some reason. - It prints whether or not the problem was abandoned for some reason to scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if the problem was abandoned or 0 if the problem was not abandoned or -1 if there was an error. - - - - - Examples - - status=sym_isAbandoned() - - - - - Authors - - - Sai Kiran Naragam - - - - - -- cgit