ilgUnfoldLine
ilgUnfoldLine( [x_column] [x_row] ) =>t/nil
Description
This function unfolds a document block in SKILL IDE at position (x_column x_row), if it was folded. Here (x_column x_row) is the location of an opening parenthesis. If this function is called without arguments, the current cursor location is used for computing (x_column x_row).
Arguments
Value Returned
Examples
If code block at line 1 is folded:
[+]defun(test (x y)
)
ilgUnfoldLine(6 1)=> t
Related Topics
Return to top