.. FClose

.. default - domain::js

.. include:: /includes/standard.rst

===============
FClose (Kernel)
===============

.. function:: FClose(handle)

	
	Closes a file.
	
	.. IMPORTANT::
		This kernel is SCI0 only. For SCI1.1, see :func:`FileIO`.
	
	:param number handle: A file handle.
	
	See also: :func:`FOpen`, :func:`FGets`, :func:`FPuts`.


