fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
expect_char
Function
12 statements
Source File
fortplot_spec_json_reader.f90
fortplot_spec_json_reader
expect_char
Contents
public function expect_char(json, pos, ch) result(ok)
Expect and consume a specific character
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
json
integer,
intent(inout)
::
pos
character(len=1),
intent(in)
::
ch
Return Value
logical